home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 26 / CDROM26.iso / lazer / desktop / data1.cab / Module_Files / Quotations.chm / html / desktop pizazz.css < prev   
Encoding:
Cascading Style Sheet File  |  1998-07-30  |  2.5 KB  |  66 lines

  1. /* header styles */
  2.  
  3. H1, H2, H3, H4 { font-family: Verdana }
  4. H1 { color: NAVY; font-size:16pt; font-weight:bold }
  5. H2 { color: NAVY; font-size:13pt; font-weight:bold; margin-top: 18px; margin-bottom: 4px }
  6. H3 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 12px; margin-bottom: 4px }
  7. H4 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 2px; margin-bottom: 2px }
  8.  
  9.  
  10. /* common paragraph styles */
  11.  
  12. BODY {color: BLACK; font-family: Verdana; font-size: 10pt }
  13. P {  margin-top: 6px; margin-bottom: 0px }
  14. .Body        { }
  15. .BodyFirst    { margin-top: 18px }
  16. .Caption    { font-weight: bold }
  17. .CaptionInd    { font-weight: bold }
  18. .gloss        { font-size:7pt }
  19. .Indent        { margin-left: 18px }
  20. .Indent2    { margin-left: 36px }
  21. .Indent3    { margin-left: 54px }
  22. .Indent4    { margin-left: 72px }
  23. .IndentBullet    { }
  24. .numblockstyle  { font-family: Courier; font-size: 8pt; font-style: italic; color: BLUE }
  25. .Parameter    { }
  26. .ParameterIndent{ }
  27.  
  28. /* list styles */
  29. OL, UL { margin-top: 6px; margin-left: 18px }
  30. LI { margin-top: 6px; margin-bottom: 0px }
  31.  
  32.  
  33. /* table styles */
  34. TABLE { color: BLACK; font-family: Verdana; font-size: 10pt }
  35.  
  36.  
  37. /* code paragraph styles */
  38.  
  39. .code        { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-left: 18px}
  40. .codeFirst    { font-family: Courier; monospace; font-size:10pt; margin-top: 12px; margin-left: 18px}
  41. .codeLast    { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-bottom:12px; margin-left: 18px}
  42. .boldcode    { font-family: Courier; monospace; font-size:10pt; font-weight: bold }
  43. .codeIndent    { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
  44. .codeIndLast    { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
  45. .code3Tab    { font-family: Courier; monospace; font-size:10pt }
  46. .code3TabLast    { font-family: Courier; monospace; font-size:10pt }
  47. .codeInd2    { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
  48. .codeInd2Last    { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
  49. .codeInd3    { font-family: Courier; monospace; font-size:10pt; margin-left: 96em }
  50. .codeInd3Last    { font-family: Courier; monospace; font-size:10pt; margin-left: 96em}
  51. .code_Comment    { font-family: Verdana; font-size:10pt }
  52.  
  53.  
  54. /* SPAN classes */
  55.  
  56. SPAN {color: BLACK; font-family: Verdana; font-size:10pt}
  57. .charCode    { font-family: Courier; font-size:10pt }
  58. .charCodeBold    { font-family: Courier; font-size:10pt; font-weight: bold }
  59.  
  60.  
  61. /* special */
  62.  
  63. HR { margin-top: 26px }
  64. A { color: green }
  65.  
  66.